ocr: DATE.LSL:HLibraryl:dateLastDastDayOfMonthD* method DateLastDayurmontnp(datel Date) Date var d - Date endvar - - Compute an arbitrary date in the next month. d = dateD - day(dateD) + 45 Return the last day of the month betore the computed date. return d - day(d) endmetnod Edit Line: 9 Col: 45